Learn R Programming

sprtt (version 0.2.0)

[,seq_anova_arguments-method: Method to retrieve the contents of a slot of an object of the seq_anova_arguments class.

Description

This method is only used internally to process the input arguments of the seq_anova function. As a normal user, you can ignore this specific documentation.

Usage

# S4 method for seq_anova_arguments
[(x, i, j, drop)

Value

Returns the contents of the specified slot. For more information, see the documentation for the seq_anova_arguments class.

Arguments

x

the seq_anova_arguments object.

i

indices indicating elements to extract.

j

not used.

drop

not used.

seq_anova_arguments

the corresponding class to this method.